home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 24
/
AACD 24.iso
/
AACD
/
Graphics
/
vcdimager
/
source
/
config.h
< prev
next >
Wrap
Text File
|
2001-06-30
|
2KB
|
75 lines
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
/* #undef const */
/* Define as __inline if that's what the C compiler calls it. */
/* #undef inline */
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
#define AMIGA_COMPILE
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#define WORDS_BIGENDIAN 1
/* The number of bytes in a char. */
/* #undef SIZEOF_CHAR */
/* The number of bytes in a int. */
/* #undef SIZEOF_INT */
/* The number of bytes in a long. */
/* #undef SIZEOF_LONG */
/* The number of bytes in a long long. */
/* #undef SIZEOF_LONG_LONG */
/* The number of bytes in a short int. */
/* #undef SIZEOF_SHORT_INT */
/* Define if you have the snprintf function. */
#define HAVE_SNPRINTF 1
/* Define if you have the vsnprintf function. */
#define HAVE_VSNPRINTF 1
/* Define if you have the <X11/SM/SMlib.h> header file. */
/* #undef HAVE_X11_SM_SMLIB_H */
/* Define if you have the <alloca.h> header file. */
//#define HAVE_ALLOCA_H 1
/* Define if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define if you have the <stdbool.h> header file. */
//#define HAVE_STDBOOL_H 1
/* Define if you have the <stdint.h> header file. */
//#define HAVE_STDINT_H 1
/* Name of package */
#define PACKAGE "vcdimager"
/* Version number of package */
#define VERSION "0.6.2"
/* host os/cpu identifier */
#define HOST_ARCH "amiga-gnu/powerpc"
/* enable GNU libc extension */
#define _GNU_SOURCE
/* have libsm */
/* #undef HAVE_LIBSM */
/* what to put between the brackets for empty arrays */
#define EMPTY_ARRAY_SIZE 0
/* compiler does lsbf in struct bitfields */
/* #undef BITFIELD_LSBF */